From 4ef4474afc82e47fb22854b8879d6ac87635e49d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 8 Nov 2018 21:28:44 -0600 Subject: [PATCH] Clean up and fix cleaning of pytest generate files --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b621fd8..b9253ff 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ VIRTUALENV=virtualenv -p ${PYTHON_EXE} TARGETS = EXTRA_TARGETS = README.html SETUPTOOLS_STUFF = build dist src/pgwui_server.egg-info -PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache +PYTEST_STUFF = .cache src/pgwui_server/__pycache__ \ + tests/__pycache__ COVERAGE_STUFF = .coverage TOX_STUFF = .tox -- 2.34.1